Skip to content

Commit

Permalink
Alpha Release [semver:patch] (#15)
Browse files Browse the repository at this point in the history
* recreating alpha branch

* readme changes

* UploadAndScan is case-sensitive in docker

* orb version update

* Fixes for pipeline scan secrets

* Modifying readme files

* Changing the default scan version name

* fixing yamllint

* fixing yamllint

* trailing spaces fix

Co-authored-by: e10quent <[email protected]>
  • Loading branch information
e10quent and fsengil authored May 7, 2021
1 parent 8a3cc26 commit c105e0b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/commands/policy-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ parameters:
description: Business Criticality assigns default policy.
version:
type: string
default: "CircleCI - ${CIRCLE_SHA1:0:7} - $CIRCLE_BUILD_NU"
default: "CircleCI - ${CIRCLE_SHA1:0:7} - ${CIRCLE_BUILD_NUM}"
description: >
Name or version of the build that you want to scan.
filepath:
Expand Down
4 changes: 2 additions & 2 deletions src/examples/veracode-pipeline-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
usage:
version: 2.1
orbs:
sast-orb: orb-01scan/[email protected].8
sast-orb: orb-01scan/[email protected].9

jobs:
veracode-scan:
Expand All @@ -20,7 +20,7 @@ usage:
vkey: ${VERACODE_API_KEY}
project-name: ${CIRCLE_PROJECT_REPONAME}
verbose: true
version: "CircleCI - ${CIRCLE_SHA1:0:7} - $CIRCLE_BUILD_NUM"
version: "CircleCI - ${CIRCLE_SHA1:0:7} - ${CIRCLE_BUILD_NUM}"
file: "${CIRCLE_PROJECT_REPONAME}.zip"

workflows:
Expand Down
7 changes: 4 additions & 3 deletions src/examples/veracode-pipeline-job.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
description: >
Retrieve latest results for a given Veracode project and store a Json Vulnerability report as an artifact
Retrieve latest results for a given Veracode project and
store a Json Vulnerability report as an artifact
usage:
version: 2.1
orbs:
sast-orb: orb-01scan/[email protected].8
sast-orb: orb-01scan/[email protected].9

workflows:
version: 2
Expand All @@ -15,7 +16,7 @@ usage:
vkey: ${VERACODE_API_KEY}
project-name: ${CIRCLE_PROJECT_REPONAME}
verbose: true
version: "CircleCI - ${CIRCLE_SHA1:0:7} - $CIRCLE_BUILD_NUM"
version: "CircleCI - ${CIRCLE_SHA1:0:7} - ${CIRCLE_BUILD_NUM}"
file: "${CIRCLE_PROJECT_REPONAME}.zip"
filters:
branches:
Expand Down
5 changes: 3 additions & 2 deletions src/examples/veracode-policy-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: >
usage:
version: 2.1
orbs:
sast-orb: orb-01scan/[email protected]

sast-orb: orb-01scan/[email protected]

jobs:
veracode-scan:
Expand All @@ -21,7 +22,7 @@ usage:
teams: "Development"
appname: ${CIRCLE_PROJECT_REPONAME}
createprofile: false
version: "CircleCI - ${CIRCLE_SHA1:0:7} - $CIRCLE_BUILD_NUM"
version: "CircleCI - ${CIRCLE_SHA1:0:7} - ${CIRCLE_BUILD_NUM}"
filepath: "${CIRCLE_PROJECT_REPONAME}.zip"

workflows:
Expand Down
7 changes: 4 additions & 3 deletions src/examples/veracode-policy-job.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
description: >
Retrieve latest results for a given Veracode project and store a Json Vulnerability report as an artifact
Retrieve latest results for a given Veracode project and
store a Json Vulnerability report as an artifact
usage:
version: 2.1
orbs:
sast-orb: orb-01scan/[email protected].8
sast-orb: orb-01scan/[email protected].9

workflows:
version: 2
Expand All @@ -17,7 +18,7 @@ usage:
teams: "Development"
appname: ${CIRCLE_PROJECT_REPONAME}
createprofile: false
version: "CircleCI - ${CIRCLE_SHA1:0:7} - $CIRCLE_BUILD_NUM"
version: "CircleCI - ${CIRCLE_SHA1:0:7} - ${CIRCLE_BUILD_NUM}"
filepath: "${CIRCLE_PROJECT_REPONAME}.zip"
filters:
branches:
Expand Down

0 comments on commit c105e0b

Please sign in to comment.