Skip to content

Commit

Permalink
Merge branch 'remove-pss-flag' into 'master'
Browse files Browse the repository at this point in the history
Remove pulse-ci pss flag

See merge request nvidia/kubernetes/device-plugin!106
  • Loading branch information
Evan Lezar committed Nov 9, 2021
2 parents 90c1b56 + bd5aa1b commit 7366549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nvidia-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ variables:
export SSA_TOKEN=$(curl --request POST --header "Authorization: Basic $AuthHeader" --header "Content-Type: application/x-www-form-urlencoded" ${SSA_ISSUER_URL} | jq ".access_token" | tr -d '"')
- if [ -z "$SSA_TOKEN" ]; then exit 1; else echo "SSA_TOKEN set!"; fi
script:
- pulse-cli -n $NSPECT_ID --pss $PSS_URL --ssa $SSA_TOKEN scan -i $IMAGE_ARCHIVE -p $CONTAINER_POLICY -o
- pulse-cli -n $NSPECT_ID --ssa $SSA_TOKEN scan -i $IMAGE_ARCHIVE -p $CONTAINER_POLICY -o
artifacts:
when: always
expire_in: 1 week
Expand Down

0 comments on commit 7366549

Please sign in to comment.