Add veracode login script
This commit is contained in:
@@ -285,5 +285,11 @@ in
|
|||||||
aws --profile $profile "$@";
|
aws --profile $profile "$@";
|
||||||
done
|
done
|
||||||
''}'';
|
''}'';
|
||||||
|
|
||||||
|
veracode-login = ''${pkgs.writeShellScript "veracode-login" ''
|
||||||
|
for region in us eu; do
|
||||||
|
aws sso login --profile $region-shared-services
|
||||||
|
done
|
||||||
|
''}'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user